[XEN] Replace direct common-code access of evtchn_upcall_mask
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 10 Jun 2006 10:07:11 +0000 (11:07 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 10 Jun 2006 10:07:11 +0000 (11:07 +0100)
commite5617c303f8259293cd68e6474a50654eae78bb5
treee254ff726381c4447012cae09cff2875517adb07
parent6e9ae8d1e8ed38bbc1d649be4a536d9c6b5ca179
[XEN] Replace direct common-code access of evtchn_upcall_mask
with local_event_delivery_* accessors.
Notes:
 1. Still some (read-only, debug) use in keyhandler.c
 2. Still accesses through current->vcpu_info.
Both above may need to be compiled only for architectures
that use event channels.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/common/event_channel.c
xen/common/schedule.c
xen/include/asm-ia64/event.h
xen/include/asm-ia64/vmx_vcpu.h
xen/include/asm-x86/event.h
xen/include/xen/event.h
xen/include/xen/sched.h